home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / game / wins1726.zip / WINFRACT.DEF < prev    next >
Text File  |  1992-06-02  |  993b  |  45 lines

  1. NAME         WinFrac
  2. DESCRIPTION  'Fractint For Windows'
  3. EXETYPE      WINDOWS
  4. ;
  5. ;                              use one of the following statements:
  6. ; PROTMODE                   ; if using Quick-C for Windows
  7. STUB         'WINSTUB.EXE'   ; if using Microsoft's SDK
  8. CODE  PRELOAD MOVEABLE DISCARDABLE
  9. DATA  PRELOAD FIXED
  10. HEAPSIZE     1024
  11. STACKSIZE    7168
  12.  
  13. IMPORTS
  14.     toolhelp.TimerCount
  15.  
  16. EXPORTS
  17.     MainWndProc        @1
  18.     About            @2
  19.     OpenDlg         @3
  20.     SelectFractal        @4
  21.     SelectFracParams    @5
  22.     SelectImage        @6
  23.     SelectDoodads        @7
  24.     SaveAsDlg        @8
  25.     Status            @9
  26.     SelectCycle        @10
  27.     SelectFullScreen    @11
  28.     Select3D        @12
  29.     Select3DPlanar        @13
  30.     Select3DSpherical    @14
  31.     MTWndProc        @15
  32.     CoordBoxDlg        @16
  33.     ZoomBarDlg        @17
  34.     ZoomBarProc        @18
  35.     PrintDlg        @19
  36.     PrintAbort        @20
  37.     PrintAbortDlg        @21
  38.         StatusBoxProc           @22
  39.         wintext_proc            @23
  40.     SelectExtended        @24
  41.     SelectSavePar        @25
  42.     SelectIFS3D        @26
  43.     SelectFunnyGlasses    @27
  44.         SelectStarfield         @28
  45.